projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a217cd
)
builder-tool: Remove debug spew
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 19 May 2019 23:52:57 +0000
(23:52 +0000)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 20 May 2019 00:04:57 +0000
(
00:04
+0000)
gtk/tools/gtk-builder-tool-simplify.c
patch
|
blob
|
history
diff --git
a/gtk/tools/gtk-builder-tool-simplify.c
b/gtk/tools/gtk-builder-tool-simplify.c
index 1fc1987f5171c166de1f99a954fed2cbceaa2bf6..3f4cff428697b356ee2e9349b0b2233529eecb31 100644
(file)
--- a/
gtk/tools/gtk-builder-tool-simplify.c
+++ b/
gtk/tools/gtk-builder-tool-simplify.c
@@
-248,7
+248,6
@@
keep_for_rewrite (const char *class_name,
strcmp (canonical_name, props[k].property) == 0 &&
kind == props[k].kind)
{
-g_print ("keep for rewrite: %s::%s\n", class_name, canonical_name);
found = TRUE;
break;
}